home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / ARP-DOCS1.3 / Skip < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      Skip(V1.3)              ARP User's Manual              Skip(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Skip - Skip to the appropriate label.
  10.  
  11.      SYNOPSIS
  12.           Skip LABEL BACK/s
  13.  
  14.      DESCRIPTION
  15.           Skip moves the currently executing script file ahead until
  16.           it finds a lab declaration which matches its own argument.
  17.           If Skip is used without an argument, it looks for a null
  18.           Label.
  19.  
  20.           To Skip backwards in a file, you use the BACK keyword.
  21.  
  22.           If at any point in its search for a label Skip encounters
  23.           the EndSkip command, it will abort the Skip and return an
  24.           error of WARN.
  25.  
  26.           Note that Ash (the ARP Shell) contains this command as a
  27.           builtin.
  28.  
  29.      EXAMPLE
  30.           Skip Dodah ; skip to Lab Dodah
  31.  
  32.           By using the idiom "Skip ?", you can request a user to give
  33.           you a label, and jump to that portion of the batch file.
  34.  
  35.      SEE ALSO
  36.           Ash Manual
  37.  
  38.      CAUTION
  39.       With the ARP V1.3.0 version of SKIP, you should NOT
  40.       indent a "Lab" statement or that label will not be found.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.